home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / interfac / it.dig / scripts / FListItemSymbol.as < prev    next >
Text File  |  2012-08-27  |  163b  |  7 lines

  1. function FListItemClass()
  2. {
  3.    this.init();
  4. }
  5. FListItemClass.prototype = new FSelectableItemClass();
  6. Object.registerClass("FListItemSymbol",FListItemClass);
  7.